home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fatted Calf
/
The Fatted Calf.iso
/
Applications
/
Graphics
/
GraphicsWrap
/
Source
/
CmdBgcolor.h
< prev
next >
Wrap
Text File
|
1991-09-16
|
257b
|
16 lines
/* Generated by Interface Builder */
#import "TGIFCell.h"
#import <appkit/color.h>
@interface CmdBgcolor:TGIFCell
{
NXColor color;
}
- initCmd:(int)r :(int)g :(int)b;
- initCmdColor:(NXColor) aColor;
- doCmd;
@end
extern NXBitmapGraphicRep *theBitmap;